{literal} {/literal}
{if $clientFlag == 1} {/if}
Location {if $delivery->clientaddress == 1} {$client->clientaddress} {/if} {if $delivery->clientdetails == 1} {$client->clientdetails} {/if}
Phone {if $delivery->clientmobile == 1} {$client->clientmobile} {/if} {if $delivery->clientphone == 1} {if $delivery->clientmobile == 1}
{/if} {$client->clientphone} {/if}
Name {$client->clientname}
Order {$restaurantOrder->daySreial}
Check.# For Review
Station pos Shift 231
Date {$restaurantOrder->sysdate}
BTS Name Gehan
Opneded {$restaurantOrder->opened}
Table {$restaurantOrder->tableId} Persons 2


{assign var=i value=1} {assign var=total value=0} {foreach $restaurantOrderDetails as $product} {assign var=proTotal value=$product->quantity*$product->price} {assign var=total value=$total+$proTotal} {assign var=i value=$i+1} {/foreach}
{$i} {$product->productName} {$product->quantity} {$product->price}


{if $restaurantOrder->discount !=0} {/if} {if $restaurantOrder->tax !=0} {/if}
Discount {$restaurantOrder->discount}
VAT {$restaurantOrder->tax}
G.Total {$total+$restaurantOrder->tax-$restaurantOrder->discount}{*$restaurantOrder->netBill*}


Welcome To {$Programsettingdata->companyname}